home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: simple telnet-client
- Date: 14 Mar 1996 07:44:44 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4i9etcINN7v6@keats.ugrad.cs.ubc.ca>
- References: <4i94q1$33t@alijku06.edvz.uni-linz.ac.at>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <4i94q1$33t@alijku06.edvz.uni-linz.ac.at>,
- Schoenbrunner Oliver <k3082e2@c210> wrote:
- >How do I program a simple telnet-client.
- >I just want to start a connection to another computer (I know the name
- >or IP-address).
- >Then I want to receive something and send something.
-
- This is a highly specialized topic inappropriate for the C language newsgroup.
-
- You need to read the RFC's about the Virtual Terminal Protocol, and a detailed
- knowledge of TCP/IP network programming.
-
- There are newsgroups that are appropriate for this question. There are also---
- surprise!---freely distributed implementations of telnet with sources.
- --
-
-